setModal

open fun setModal(modal: Boolean)(source)

Set whether this window should be modal when shown.

If a popup window is modal, it will receive all touch and key input. If the user touches outside the popup window's content area the popup window will be dismissed.

Parameters

modal

true if the popup window should be modal, false otherwise.